An iterator over a mutable collection. Provides the ability to remove elements while iterating.
Returns true if the iteration has more elements.
true
Returns the next element in the iteration.
Removes from the underlying collection the last element returned by this iterator.